Package-level declarations

Types

Link copied to clipboard

Enum class to distinguish between conversation channels.

Link copied to clipboard

Controller in charge of the conversation process.

Link copied to clipboard

Interface called when conversation process is updated.

Link copied to clipboard

Options to specify the image to use for the incoming messages avatar.

Link copied to clipboard

Default listener available for code simplicity if you are not interested in all ConversationListener methods.

Link copied to clipboard
data class OngoingConversation(val conversationChannel: ConversationChannel = ConversationChannel.CHAT, val conversationId: String = "")

Ongoing conversation object. If a visitor has an ongoing conversation, this objects holds the conversation channel.